home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / samp822 / form1.frm < prev    next >
Text File  |  1995-05-07  |  1KB  |  48 lines

  1. VERSION 2.00
  2. Begin Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   3180
  5.    ClientLeft      =   1095
  6.    ClientTop       =   1485
  7.    ClientWidth     =   3300
  8.    Height          =   3585
  9.    Left            =   1035
  10.    LinkTopic       =   "Form1"
  11.    MDIChild        =   -1  'True
  12.    ScaleHeight     =   3180
  13.    ScaleWidth      =   3300
  14.    Top             =   1140
  15.    Width           =   3420
  16.    Begin TextBox Text1 
  17.       Height          =   345
  18.       Left            =   90
  19.       TabIndex        =   2
  20.       Text            =   "Text1"
  21.       Top             =   1620
  22.       Width           =   945
  23.    End
  24.    Begin CommandButton Command1 
  25.       Caption         =   "Command1"
  26.       Height          =   525
  27.       Left            =   90
  28.       TabIndex        =   1
  29.       Top             =   1020
  30.       Width           =   1155
  31.    End
  32.    Begin ListBox List1 
  33.       Height          =   1980
  34.       Left            =   1320
  35.       TabIndex        =   0
  36.       Top             =   1050
  37.       Width           =   1575
  38.    End
  39.    Begin Label Label1 
  40.       Caption         =   "Put any control (either form) into focus, then select the Options menu, change the font.  Notice the control's font changes!"
  41.       Height          =   885
  42.       Left            =   270
  43.       TabIndex        =   3
  44.       Top             =   90
  45.       Width           =   2925
  46.    End
  47. End
  48.